home *** CD-ROM | disk | FTP | other *** search
- Path: crl.crl.com!not-for-mail
- From: bobfry@crl.com (Robert Fry)
- Newsgroups: comp.lang.c
- Subject: Re: c/dos memory allocation mixing ?
- Date: 16 Jan 1996 09:29:03 -0800
- Organization: CRL Dialup Internet Access
- Message-ID: <4dgn8v$5gi@crl.crl.com>
- References: <4dfmp4$678@thor.atcon.com>
- NNTP-Posting-Host: crl.com
-
- It depends on your compiler and which DOS memory allocation routines you
- use. You'd be best off checking a DOS-specific group for definitive
- information, but I have always avoided doing what you're suggesting like
- the plague. It's quite dangerous, and can mess up your heaps if your
- compiler vendor didn't do his job right.
-
- aa176@ccn.cs.dal.ca (Konrad Byers) writes:
-
- >Is there a problem with mixing C and dos memory allocation? This is
- >the only thing I can think of that might be messing up my program but
- >I really need to do this. Any help GREATLY appreciated!!! I've had
- >this bug at the back of my mind for months and it's time to solve it
- >once and for all. I need a life again!
-
-